home *** CD-ROM | disk | FTP | other *** search
/ PC Action 2000 February / PC Action Issue 86 (Febraio 2000).ISO / linux / q3wctf / twpak0.pk3 / lfire.cfg < prev    next >
Encoding:
Text File  |  1999-12-14  |  2.3 KB  |  118 lines

  1. //
  2. // L-Fire's Quake III configuration file - 991214
  3. //
  4. // http://planetquake.com/LFire    L-Fire Development Group
  5. // http://planetquake.com/3        Team 3
  6. //
  7. // http://www.elitestrike.com      Elite Strike - "nil carborundum illegitimi"
  8. //
  9. // http://gamer.yyz.com            YYZ Quake servers
  10. //
  11.  
  12. unbindall
  13.  
  14.  
  15. // Console setup
  16. // =============
  17. bind TAB "+scores"
  18. bind ENTER "+button2"
  19. bind ESCAPE "togglemenu"
  20. bind [ "weapprev"
  21. bind ] "weapnext"
  22. bind ` "toggleconsole"
  23. bind ~ "toggleconsole"
  24.  
  25.  
  26. // Weapons
  27. // =======
  28. bind 1 "weapon 1"    // gauntlet
  29. bind 3 "weapon 3"    // SG
  30. bind 4 "weapon 2"    // MG
  31. bind 5 "weapon 6"    // LG
  32. bind 6 "weapon 4"    // GL
  33.  
  34. bind g "weapon 10"    // G
  35. bind r "weapon 5"    // RL
  36. bind t "weapon 8"    // PG
  37. bind v "weapon 7"    // RG
  38. bind z "weapon 9"    // BFG
  39.  
  40.  
  41. // Movement
  42. // ========
  43. bind a "+movedown"
  44. bind d "+back"
  45. bind e "+forward"
  46. bind f "+moveright"
  47. bind s "+moveleft"
  48. bind SPACE "+moveup"
  49. bind SHIFT "+speed"
  50.  
  51.  
  52. // Function keys
  53. // =============
  54. bind F1 "vote yes"
  55. bind F2 "vote no"
  56. bind F3 "ui_teamorders"
  57. bind F11 "screenshot"
  58.  
  59.  
  60. // Attack
  61. // ======
  62. bind MOUSE1 "+attack"
  63. bind MOUSE2 "+zoom"
  64.  
  65.  
  66. // Just a few team chat bindings for now
  67. // =====================================
  68. bind = "say_team Unknown"
  69. bind kp_minus "say_team Negative That"
  70. bind kp_plus "say_team Roger That"
  71. bind kp_slash "say_team Hold"
  72. bind * "say_team Go/Now!!!"
  73.  
  74. bind y "messagemode"
  75. bind u "messagemode2"
  76. bind i "messagemode3"
  77. bind o "messagemode4"
  78.  
  79.  
  80. // Mouse settings
  81. // ==============
  82. seta freelook "1"
  83. seta m_filter "1"
  84. seta m_side "0.25"
  85. seta m_forward "0.25"
  86. seta m_yaw "0.022"
  87. seta m_pitch "-0.022000"
  88. seta cl_mouseAccel "0"
  89.  
  90.  
  91. // Personal preferences
  92. // ====================
  93. seta name "L-Fire"
  94. seta cg_autoswitch "0"
  95. seta cg_brassTime "0"
  96. seta cg_drawCrosshairNames "1"
  97. seta cg_drawCrosshair "8"
  98. seta cg_draw2D "1"
  99. seta cg_draw3dIcons "0"
  100. seta cg_drawGun "1"
  101. seta cg_drawTeamOverlay "1"
  102. seta cg_drawTimer "1"
  103. seta cg_drawStatus "1"
  104. seta cg_forceModel 1
  105. seta cg_fov "105"
  106. seta cg_gibs "0"
  107. seta cg_lagometer "1"
  108. seta cg_marks "0"
  109. seta cg_railTrailTime "1600"
  110. seta cg_shadows "0"
  111. seta cg_simpleItems "1"
  112. seta cg_zoomfov "30"
  113. seta r_railSegmentLength "32"
  114. seta r_railCoreWidth "6"
  115. seta r_railWidth "16"
  116.  
  117. // End
  118.